projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c64d6b0
)
Remove unused structs
author
Federico Mena Quintero
<federico@gnome.org>
Wed, 7 Sep 2011 19:58:36 +0000
(14:58 -0500)
committer
Federico Mena Quintero
<federico@gnome.org>
Tue, 4 Sep 2012 01:38:24 +0000
(20:38 -0500)
Signed-off-by: Federico Mena Quintero <federico@gnome.org>
gtk/gtkplacessidebar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkplacessidebar.c
b/gtk/gtkplacessidebar.c
index dcfb37583c4144991d4bf16ec121d1055a61a7d2..c9c1bb6add292873359292e4845571f362e6b278 100644
(file)
--- a/
gtk/gtkplacessidebar.c
+++ b/
gtk/gtkplacessidebar.c
@@
-81,14
+81,6
@@
struct _GtkPlacesSidebarClass {
GtkScrolledWindowClass parent;
};
-typedef struct {
- GObject parent;
-} GtkPlacesSidebarProvider;
-
-typedef struct {
- GObjectClass parent;
-} GtkPlacesSidebarProviderClass;
-
enum {
PLACES_SIDEBAR_COLUMN_ROW_TYPE,
PLACES_SIDEBAR_COLUMN_URI,